#programmingUnmoderated tagAll postsTrending CommunitiesScrobble.lifeHIVE CN 中文社区WorldmappinSplinterlandsActifitSnapsBlack And WhiteTown SquareHive LearnersGEMSPhotography LoversHive FoodExplore Communities...#programmingTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 8 hours agoLearn JS Series (#6) - Numbers: IEEE 754, Why 0.1 + 0.2 Is Not 0.3, and How to CopeLearn JS Series (#6) - Numbers: IEEE 754, Why 0.1 + 0.2 Is Not 0.3, and How to Cope What will I learn You will learn how JavaScript stores every number as a single…scipio (71)in StemSocial • 18 minutes agoLearn Rust Series (#31) - Move Semantics Deep DiveLearn Rust Series (#31) - Move Semantics Deep Dive What will I learn You will learn exactly what a move is at the machine level, and why it is cheap no matter how…scipio (71)in StemSocial • yesterdayLearn Rust Series (#30) - Mini Project: A Generic Units-of-Measure LibraryLearn Rust Series (#30) - Mini Project: A Generic Units-of-Measure Library What will I learn You will learn how to build a small units library where adding metres to…scipio (71)in StemSocial • 19 hours agoLearn Zig Series (#142) - Regex: NFA to DFALearn Zig Series (#142) - Regex: NFA to DFA What will I learn? Why the set-of-states NFA simulation from last episode, though linear, still does quit some redundant…scipio (71)in StemSocial • yesterdayLearn JS Series (#5) - Strings: Template Literals, Unicode, and the Methods You Actually UseLearn JS Series (#5) - Strings: Template Literals, Unicode, and the Methods You Actually Use What will I learn You will learn template literals in depth, including…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#29) - Typestate Programming: State Machines in the Type SystemLearn Rust Series (#29) - Typestate Programming: State Machines in the Type System What will I learn You will learn what typestate programming is: encoding an…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#141) - Regex: Thompson NFALearn Zig Series (#141) - Regex: Thompson NFA What will I learn? What a regular expression really is underneath the syntax -- a description of a tiny state machine…femdev (65)in StemSocial • 3 hours agoLearn Creative Coding (#158) - Exhibitions and SubmissionsLearn Creative Coding (#158) - Exhibitions and Submissions Last time we built your portfolio -- the curated gallery, the hi-res exports, the contact sheets, all of it…learningpages (59)in LeoFinance • yesterdayConvert USD to HIVEHow to convert USD to HIVE and get HIVE's current price using HTML, JavaScript and CoinGecko's API.scipio (71)in StemSocial • 2 days agoLearn JS Series (#4) - Operators and Expressions: Arithmetic, Comparison, Logical, and Short-CircuitingLearn JS Series (#4) - Operators and Expressions: Arithmetic, Comparison, Logical, and Short-Circuiting What will I learn You will learn JavaScript's arithmetic…hivepostify (55)in HiveDevs • yesterdayHivePostify Security Update: From F to A+Hello HiveDevs, Just a quick update. A few weeks ago hivepostify.cloud was scoring F on SecurityHeaders. That was clearly not good enough. After fixing the headers, it…scipio (71)in StemSocial • 3 days agoLearn JS Series (#3) - The Primitive Types: number, string, boolean, null, undefined, symbol, bigintLearn JS Series (#3) - The Primitive Types: number, string, boolean, null, undefined, symbol, bigint What will I learn You will learn the seven primitive types that…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#140) - JIT Compilation BasicsLearn Zig Series (#140) - JIT Compilation Basics What will I learn? What a JIT compiler really is -- and why it sits between an interpreter and an ahead-of-time…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#28) - Sealed Traits & Designing Stable APIsLearn Rust Series (#28) - Sealed Traits & Designing Stable APIs What will I learn You will learn why a public trait that anyone can implement quietly ties your hands and…femdev (65)in StemSocial • yesterdayLearn Creative Coding (#157) - Building a Creative Coding PortfolioLearn Creative Coding (#157) - Building a Creative Coding Portfolio Last time we lifted our heads up out of the code for once and gave the edge of chaos a proper name, and I…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#139) - Garbage Collection: GenerationalLearn Zig Series (#139) - Garbage Collection: Generational What will I learn? Why the mark-and-sweep collector from last episode does far too much work, and how the…iamjmarc (47)in Flutter Devs • 4 days agoHello — I'm JMarc, a network admin turned Flutter developerHi everyone, I'm a network administrator and software developer, and lately most of my hands-on coding time goes into Flutter — building apps without relying on heavier tooling like Android Studio, justscipio (71)in StemSocial • 4 days agoLearn JS Series (#2) - Variables and BindingsLearn JS Series (#2) - Variables and Bindings What will I learn You will learn the three ways to declare a variable in JavaScript, and which one to reach for; why…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#27) - Generic Associated Types & Lending IteratorsLearn Rust Series (#27) - Generic Associated Types & Lending Iterators What will I learn You will learn what a generic associated type (GAT) is: an associated type…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#156) - Complexity Theory for ArtistsLearn Creative Coding (#156) - Complexity Theory for Artists Last time we designed a whole generative system from a blank file, and right at the end I left you with a…